execution control meaning in Chinese
计划控制
施工管理
执行控制
Examples
- A program executes when the system scheduler gives execution control to one of the program s threads
当系统计划程序给程序的线程之一执行控制权时,程序便执行。 - The following table lists debugging tasks involving execution control and points to their associated help pages . to
下表列出了涉及执行控制的调试任务,并指向这些任务的关联帮助页。 - From a functional programming standpoint , the expression is not yet a general piece of logic ; that is , it cannot be passed around and asked to execute whenever you want , without regard to the current position of execution control
从函数编程的角度看,这个表达式还不是一般性的逻辑,就是说,它不能不管执行控制的当前位置而随心所欲地传递并执行。 - It covers the theory and algorithm of how to implement the breakpoint , single step , execution control and symbolic access . the general hardware and operation system support are briefly introduced in order to well explain the mechanism of debugging process
然后介绍了断点设置,单步跟踪,执行控制和符号表读写的原理;以及硬件和操作系统对跟踪调试的支持。 - It means that any such method call might execute synchronously or asynchronously , with respect to the caller , and the caller cannot make any assumptions about completion of such a call when execution control returns to it . calling the
这意味着任何这种方法调用都可能相对于其调用方同步或异步执行,当执行控制权返回调用方时,调用方不能进行任何有关这种调用完成的假设。